home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / regicon / relnote.txt < prev    next >
Encoding:
Text File  |  1999-03-01  |  1.7 KB  |  51 lines

  1. MABRY SOFTWARE - REGISTRY INFORMATION CONTROL - RELEASE NOTES
  2. March 1, 1999
  3.  
  4.  
  5. 1.00.010  December 6, 1998
  6.           * If the GetEntry method specifies a non-existent
  7.             key, the key is not created.
  8.  
  9. 1.00.009  November 3, 1998
  10.           * Key and KeyItemName can now include the "*" and
  11.             "?" characters.
  12.  
  13. 1.00.008  August 4, 1998
  14.           * KeyItemName can now include the backslash
  15.             character.
  16.  
  17. 1.00.007  July 24, 1998
  18.           * REG_BINARY data types can get and set values
  19.             without requiring or inserting a null terminater.
  20.  
  21. 1.00.006  May 7, 1998
  22.           * Modified internal logic so the EnumerateEntry
  23.             method works on root keys.
  24.  
  25. 1.00.005  March 15, 1998
  26.           * Modified internal logic so the SetEntry method
  27.             set a key's default item.
  28.  
  29. 1.00.004  February 27, 1998
  30.           * Fixed a problem with SetEntry when the KeyItemValue
  31.             was set to an empty string. Previously, the value
  32.             was not updated properly.
  33.  
  34. 1.00.003  February 7, 1998
  35.           * Added EnumerateEntry method to facilitate registry
  36.             browsing.  After EnumerateEntry is invoked, the
  37.             SubKeyNames property (string array) and the ItemNames
  38.             property (string array) contain the names of
  39.             the sub-keys and items under the specified key.
  40.             The SubKeysCount and ItemsCount properties indicate
  41.             the number of items in the SubKeyNames array
  42.             and ItemNames arrays (respectively).
  43.           * Updated samples.
  44.  
  45. 1.00.002  December 12, 1997
  46.           * Control can now write to default data (see KeyItemName
  47.             property for more info).
  48.  
  49. 1.00.000  November 4, 1997
  50.           * Product release.
  51.